Prevent buildsystem from gzipping manpages
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Thu, 5 Mar 2026 13:41:38 +0000 (14:41 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Thu, 5 Mar 2026 13:41:38 +0000 (14:41 +0100)
Origin: Debian
Forwarded: not-needed
Last-Update: 2023-09-25

dh_installman does this for us
Last-Update: 2023-09-25
Gbp-Pq: Name dont_compress_manpages.patch

meson.build

index 277dd02269a137729d88449d25d790cbe169be2a..a13cb5eef83e541b663dea791b0f78ae58f78c3d 100644 (file)
@@ -444,7 +444,7 @@ if (host_machine.system() == 'linux')
                        command: [help2man, help2man_opts, '--output=@OUTPUT@', jacktrip],
                        install: not gzip.found(),
                        install_dir: get_option('mandir') / 'man1')
-               if gzip.found()
+               if gzip.found() or false
                        custom_target('jacktrip.1.gz',
                                input: manfile,
                                output: 'jacktrip.1.gz',